hypothetic imperative - definição. O que é hypothetic imperative. Significado, conceito
Diclib.com
Dicionário ChatGPT
Digite uma palavra ou frase em qualquer idioma 👆
Idioma:

Tradução e análise de palavras por inteligência artificial ChatGPT

Nesta página você pode obter uma análise detalhada de uma palavra ou frase, produzida usando a melhor tecnologia de inteligência artificial até o momento:

  • como a palavra é usada
  • frequência de uso
  • é usado com mais frequência na fala oral ou escrita
  • opções de tradução de palavras
  • exemplos de uso (várias frases com tradução)
  • etimologia

O que (quem) é hypothetic imperative - definição

TYPE OF PROGRAMMING PARADIGM IN COMPUTER SCIENCE
Imperative languages; Imperative programming language; Imperative (programming); Imperative language; Imperative program; Imperative paradigm
  • Computer memory map

prohibitive         
GRAMMATICAL MOOD THAT EXPRESSES A COMMAND OR REQUEST
Imperative sentence; Immediate imperative mood; Prohibitive mood; Let's; Let us; Imperative verb; Imperative (grammar); Imper.; Prohibitive; Imperative mode; Imperative form; Vetative; Command (linguistics)
If the cost of something is prohibitive, it is so high that many people cannot afford it. (FORMAL)
The cost of private treatment can be prohibitive.
ADJ
prohibitively
Meat and butter were prohibitively expensive.
ADV: ADV adj
let's         
GRAMMATICAL MOOD THAT EXPRESSES A COMMAND OR REQUEST
Imperative sentence; Immediate imperative mood; Prohibitive mood; Let's; Let us; Imperative verb; Imperative (grammar); Imper.; Prohibitive; Imperative mode; Imperative form; Vetative; Command (linguistics)
Frequency: The word is one of the 1500 most common words in English.
Let's is the usual spoken form of 'let us'.
Prohibitive         
GRAMMATICAL MOOD THAT EXPRESSES A COMMAND OR REQUEST
Imperative sentence; Immediate imperative mood; Prohibitive mood; Let's; Let us; Imperative verb; Imperative (grammar); Imper.; Prohibitive; Imperative mode; Imperative form; Vetative; Command (linguistics)
·adj That prohibits; prohibitory; as, a tax whose effect is prohibitive.

Wikipédia

Imperative programming

In computer science, imperative programming is a programming paradigm of software that uses statements that change a program's state. In much the same way that the imperative mood in natural languages expresses commands, an imperative program consists of commands for the computer to perform. Imperative programming focuses on describing how a program operates step by step, rather than on high-level descriptions of its expected results.

The term is often used in contrast to declarative programming, which focuses on what the program should accomplish without specifying all the details of how the program should achieve the result.